home *** CD-ROM | disk | FTP | other *** search
/ Carousel Volume 2 #1 / carousel.iso / mactosh / utilfil / quickglu.sit / quickglue notes next >
Text File  |  1988-11-15  |  2KB  |  60 lines

  1. Quickglue Notes  (version 1f)
  2.  
  3. 1.  Purpose of Quickglue
  4.  
  5. I made Quickglue because of the many split binhex files in the Sumex
  6. repository.  After getting tired of using inappropriate tools, such as
  7. editors, I concluded that I needed something simple, something that
  8. would just glue the binhex parts back together.  That's Quickglue.
  9.  
  10. This isn't a manual.  If, after using the program, it is still unclear,
  11. please let me know.
  12.  
  13. 2.  License
  14.  
  15. Quickglue is free.  (If you paid for it, we were both robbed.)  You may
  16. use it, copy it, or give away copies.  Beyond that, all rights are
  17. reserved, and no warantees are made.
  18.  
  19. 3.  A Minor Problem
  20.  
  21. Quickglue does have a minor problem.  I say minor, because I didn't
  22. find it in normal use (and wouldn't expect to), but it did show up in
  23. testing.  Sometimes the Mac will forget about a volume, when it is
  24. ejected and another volume inserted.  This will result in an id=-35
  25. error (no such volume).  
  26.  
  27. 4.  A Work-around
  28.  
  29. The problem does not occur for volumes which have been mounted by the
  30. finder.  Consequently, If you are going to use multiple volumes, it
  31. might be a good idea to mount them all in the finder (i.e., so they
  32. appear on the desktop) before launching Quickglue.
  33.  
  34. 5.  Technical Specifics of the Problem and a Request for Help
  35.  
  36. Quickglue calls SFGetFile to get the next input file from the user. 
  37. The file name and volume reference number are saved for later opening. 
  38. I have examined the VCB queue after the SFGetFile call, and found that
  39. volumes which have been mounted by SFGetFile become unmounted (i.e.,
  40. disappear from the queue) after mounting a new volume.  Volumes
  41. previously mounted do not disappear.  Even worse, volume reference
  42. numbers are reused.  (Therefore, although I haven't looked for it, I
  43. would expect that one could get a file not found error also.)
  44.  
  45. I would like to understand why Finder mounted volumes are more
  46. permanent that SFGetFile mounted volumes, and I'd like to know how to
  47. mark a volume to stay mounted.  (I am not interested in a work-around. 
  48. I think I could do that, but don't believe the problem is significant
  49. enough to do an ugly fix.)  Any insights would be greatly appreciated.
  50.  
  51. 6.  Where to find me
  52.  
  53.                SPorter@dockmaster.arpa
  54.  
  55.                Sig Porter
  56.                614 Santa Alicia
  57.                Solana Beach, CA  92075
  58.  
  59.  
  60.